home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web23 / Tutorial4-Data Files / scrapstxt.css < prev    next >
Cascading Style Sheet File  |  2011-02-11  |  1KB  |  34 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 4
  4.    Tutorial Case
  5.  
  6.    Online Scrapbooks Style Sheet
  7.    Author: 
  8.    Date:   
  9.  
  10.    Filename:         scraps.css
  11.    Supporting Files: back.jpg, bullet.jpg
  12.  
  13. */
  14.  
  15. body       {margin: 0px; color: brown; 
  16.             background: white url(back.jpg) repeat-y}
  17. h1, h2, h3 {font-family: Arial, Helvetica, sans-serif; color: orange}
  18. h1         {border-bottom: 2px solid orange; background-color: white; margin: 0px; padding: 0px}
  19. ul         {margin-top:0px}
  20.  
  21. #outer_container   {width: 780px}
  22. #head              {text-align: right}
  23.  
  24. #links             {float: left; width: 200px}
  25.  
  26.  
  27. #article           {margin-left: 200px}
  28.  
  29. #pullout           {float: right; width: 250px; margin: 0px 0px 10px 10px; 
  30.                     border: 5px outset orange; background-color: ivory;
  31.                     font-size: 10pt; font-family: Arial, Helvetica, sans-serif}
  32.  
  33. address            {text-align: center; font-style: normal; font-variant: small-caps;
  34.                     border-top: 2px solid orange; color: orange}